home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 July / macformat-092.iso / Broderbund Demo / DemoData / Mathwork / MATHWORK.Dxr / 00962.ls < prev    next >
Encoding:
Text File  |  1997-08-22  |  237 b   |  14 lines

  1. on exitFrame
  2.   global gPickerPath, gReturnFrame
  3.   if the timer < 70 then
  4.     go(the frame)
  5.   else
  6.     sound close 2
  7.     if voidp(gReturnFrame) then
  8.       go("BoxShot")
  9.     else
  10.       go("returnFade", gPickerPath)
  11.     end if
  12.   end if
  13. end
  14.